home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / abacus / p_line / Custom04 / c_Loop < prev    next >
Encoding:
Text File  |  1992-07-30  |  578 b   |  37 lines

  1. %OP%VS4.13 (28-Apr-92), Gerald L Fitton, R4000 5966 9904 9938 
  2. %OP%TNN
  3. %OP%WRN
  4. %OP%DP0
  5. %OP%IRN
  6. %OP%PL0
  7. %OP%HM0
  8. %OP%FM0
  9. %OP%BM0
  10. %OP%LM4
  11. %OP%PT1
  12. %OP%PDPipeLine
  13. %OP%WC2,1238,130,666,0,1,0,2
  14. %OP%NDloop_counter,4
  15. %OP%FR0,2
  16. %CO:A,46,72%Comments and Commands
  17.  
  18.  
  19. %V%%L%function("test_loop_counter")
  20.  
  21. %V%%L%set_name("loop_counter",B6)
  22. %V%%L%set_value(loop_counter,200)
  23.  
  24. %V%%L%for("loop_counter",1,3)
  25. %V%%L%next
  26.  
  27. %V%%L%set_value(loop_counter,300)
  28. %V%%L%result(loop_counter)
  29.  
  30. ------------------------------------------------------------------------
  31. %CO:B,6,0%Value
  32.  
  33.  
  34.  
  35.  
  36. %V%%R%200
  37. %CO:C,20,0%